projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d74c3a
)
(init_coding): Extern it.
author
Kenichi Handa
<handa@m17n.org>
Tue, 21 Jul 1998 01:42:40 +0000
(
01:42
+0000)
committer
Kenichi Handa
<handa@m17n.org>
Tue, 21 Jul 1998 01:42:40 +0000
(
01:42
+0000)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index fc126bbe1be3f148f04814c1c2cdc834d0043783..02e0770209c6c8ba4063a318ed10727b86234ae9 100644
(file)
--- a/
src/lisp.h
+++ b/
src/lisp.h
@@
-1661,6
+1661,7
@@
EXFUN (Ffind_operation_coding_system, MANY);
EXFUN (Fencode_coding_string, 3);
EXFUN (Fdecode_coding_string, 3);
extern Lisp_Object detect_coding_system P_ ((unsigned char *, int, int));
+extern void init_coding P_ ((void));
extern void init_coding_once P_ ((void));
extern void syms_of_coding P_ ((void));